home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TRESOLVERFORM / TRESOLVERFORM.txt < prev   
Text File  |  2002-07-03  |  3KB  |  179 lines

  1. object ResolverForm: TResolverForm
  2.   Left = 244
  3.   Top = 191
  4.   Width = 640
  5.   Height = 480
  6.   ActiveControl = EdDNS
  7.   Caption = 'DNS Lookup'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Visible = True
  19.   WindowState = wsMaximized
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Memo: TMemo
  26.     Left = 0
  27.     Top = 121
  28.     Width = 632
  29.     Height = 313
  30.     Align = alClient
  31.     PopupMenu = PopupMenu1
  32.     ReadOnly = True
  33.     ScrollBars = ssBoth
  34.     TabOrder = 0
  35.   end
  36.   object StatusBar: TStatusBar
  37.     Left = 0
  38.     Top = 434
  39.     Width = 632
  40.     Height = 19
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     Panels = <>
  47.     SimplePanel = True
  48.     UseSystemFont = False
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 0
  52.     Top = 0
  53.     Width = 632
  54.     Height = 121
  55.     Align = alTop
  56.     TabOrder = 2
  57.     object Label1: TLabel
  58.       Left = 40
  59.       Top = 22
  60.       Width = 58
  61.       Height = 13
  62.       Caption = 'DNS server:'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 56
  66.       Top = 54
  67.       Width = 41
  68.       Height = 13
  69.       Caption = 'Timeout:'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 8
  73.       Top = 88
  74.       Width = 88
  75.       Height = 13
  76.       Caption = 'Domain to resolve:'
  77.     end
  78.     object Label4: TLabel
  79.       Left = 312
  80.       Top = 24
  81.       Width = 54
  82.       Height = 13
  83.       Caption = 'Query type:'
  84.     end
  85.     object QueryTypeListBox: TListBox
  86.       Left = 376
  87.       Top = 16
  88.       Width = 121
  89.       Height = 97
  90.       ItemHeight = 13
  91.       Items.Strings = (
  92.         'A'
  93.         'NS'
  94.         'MD'
  95.         'MF'
  96.         'Name'
  97.         'SOA'
  98.         'MB'
  99.         'MG'
  100.         'MR'
  101.         'NULL'
  102.         'WKS'
  103.         'PTR'
  104.         'HINFO'
  105.         'MINFO'
  106.         'MX'
  107.         'TXT'
  108.         'AXFR'
  109.         'MAILB'
  110.         'MAILA'
  111.         'Star')
  112.       TabOrder = 0
  113.       OnClick = QueryTypeListBoxClick
  114.     end
  115.     object EdDNS: TEdit
  116.       Left = 120
  117.       Top = 20
  118.       Width = 129
  119.       Height = 21
  120.       TabOrder = 1
  121.     end
  122.     object EdTimeOut: TEdit
  123.       Left = 120
  124.       Top = 52
  125.       Width = 73
  126.       Height = 21
  127.       TabOrder = 2
  128.       Text = '30000'
  129.       OnKeyPress = EdTimeOutKeyPress
  130.     end
  131.     object Edit1: TEdit
  132.       Left = 120
  133.       Top = 84
  134.       Width = 241
  135.       Height = 21
  136.       TabOrder = 3
  137.     end
  138.     object ConnectBtn: TBitBtn
  139.       Left = 512
  140.       Top = 48
  141.       Width = 41
  142.       Height = 33
  143.       Caption = 'Go'
  144.       Default = True
  145.       TabOrder = 4
  146.       OnClick = ConnectBtnClick
  147.     end
  148.     object BitBtn1: TBitBtn
  149.       Left = 568
  150.       Top = 48
  151.       Width = 41
  152.       Height = 33
  153.       TabOrder = 5
  154.       Kind = bkClose
  155.     end
  156.   end
  157.   object IdDNSResolver: TIdDNSResolver
  158.     Port = 53
  159.     ReceiveTimeout = 30000
  160.     Left = 360
  161.     Top = 408
  162.   end
  163.   object PopupMenu1: TPopupMenu
  164.     Left = 56
  165.     Top = 384
  166.     object CopytoPacketeditor1: TMenuItem
  167.       Caption = 'Copy to Packet editor'
  168.       OnClick = CopytoPacketeditor1Click
  169.     end
  170.     object N1: TMenuItem
  171.       Caption = '-'
  172.     end
  173.     object Clear1: TMenuItem
  174.       Caption = 'Clear'
  175.       OnClick = Clear1Click
  176.     end
  177.   end
  178. end
  179.